object PiForm: TPiForm Left = 238 Top = 121 BorderStyle = bsSingle Caption = 'Pi Calculator Main Form' ClientHeight = 268 ClientWidth = 407 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object CalculatingNameLabel: TLabel Left = 16 Top = 16 Width = 72 Height = 16 Caption = 'Calculating :' end object StartNameLabel: TLabel Left = 16 Top = 48 Width = 63 Height = 16 Caption = 'Start 1/18 :' end object ProcessNameLabel: TLabel Left = 16 Top = 176 Width = 75 Height = 16 Caption = 'Finish Time :' end object CalculatingLabel: TLabel Left = 96 Top = 16 Width = 185 Height = 16 end object Start18Label: TLabel Left = 96 Top = 48 Width = 185 Height = 16 end object FinishTimeLabel: TLabel Left = 96 Top = 176 Width = 193 Height = 16 end object Label1: TLabel Left = 16 Top = 80 Width = 60 Height = 16 Caption = 'Start 1/57:' end object Start57Label: TLabel Left = 96 Top = 80 Width = 185 Height = 16 end object Label3: TLabel Left = 16 Top = 112 Width = 67 Height = 16 Caption = 'Start 1/239:' end object Start239Label: TLabel Left = 96 Top = 112 Width = 185 Height = 16 end object Label2: TLabel Left = 8 Top = 144 Width = 74 Height = 16 Caption = 'Summing Pi:' end object StartPILabel: TLabel Left = 96 Top = 144 Width = 192 Height = 16 end object PiProgressBar: TProgressBar Left = 16 Top = 208 Width = 377 Height = 20 Min = 0 Max = 100 TabOrder = 0 end object CloseBitBtn: TBitBtn Left = 312 Top = 72 Width = 75 Height = 25 TabOrder = 1 OnClick = CloseBitBtnClick Kind = bkClose end object AbortBitBtn: TBitBtn Left = 312 Top = 40 Width = 75 Height = 25 TabOrder = 2 OnClick = AbortBitBtnClick Kind = bkAbort end object OkBitBtn: TBitBtn Left = 312 Top = 8 Width = 75 Height = 25 TabOrder = 3 OnClick = OkBitBtnClick Kind = bkOK end object PiTimer: TTimer OnTimer = PiTimerTimer Left = 328 Top = 120 end end